ComponentOne ASP.NET MVC Controls
ColumnBaseBuilder<TControl,TBuilder> Class Members
Methods 

C1.Web.Mvc.Fluent Namespace : ColumnBaseBuilder<TControl,TBuilder> Class

The following tables list the members exposed by ColumnBaseBuilder<TControl,TBuilder>.

Public Methods
 NameDescription
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Aggregate. Sets the Aggregate to display in the group header rows for this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Align. Sets the horizontal alignment of items in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.AllowMerging. Sets whether cells in this row or column can be merged.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.AllowResizing. Sets a value that indicates whether the user can resize the row or column with the mouse.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.AllowSorting. Sets whether the user can sort this column by clicking its header.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.CellTemplate. Sets the cell template in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.CssClass. Sets a CSS class name to be used when rendering non-header cells in this row or column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.CssClassAll. Sets a CSS class name to use when rendering all cells (data and headers) in the column or row.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.DataMap. Sets the DataMap used to convert raw values into display values for the column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.DataType. Sets the type of value stored in this column.Values are coerced into the proper type when editing the grid.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.DropDownCssClass. Sets a CSS class name to add to drop-downs in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Format. Sets the format string used to convert raw values into display values for this column (see Globalize).  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Header. Sets the text displayed in the column header.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.InputType. Sets the "type" attribute of the HTML input element used to edit values in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.IsContentHtml. Sets whether cells in this row or column contain HTML content rather than plain text.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.IsReadOnly. Sets whether cells in this row or column can be edited.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.IsRequired. Sets a value that determines whether values in the column are required.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.IsSelected. Sets whether this row or column is selected.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Mask. Sets a mask to be used while editing values in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.MaxWidth. Sets the maximum width of this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.MinWidth. Sets the minimum width of this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Name. Sets the name of this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.ShowDropDown. Sets a value indicating whether the grid adds drop-down buttons to the cells in this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Visible. Sets whether this row or column is visible.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.Width. Sets the width of this column.  
Public MethodConfigurates C1.Web.Mvc.ColumnBase.WordWrap. Sets whether cells in this row or column should wrap their content.  
Top
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
C1.Web.Mvc.Fluent Namespace